Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tiles_monthly table #6502

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add tiles_monthly table #6502

wants to merge 2 commits into from

Conversation

jaredsnyder
Copy link
Contributor

@jaredsnyder jaredsnyder commented Nov 14, 2024

Description

Related Tickets & Documents

DSRE-1805

Reviewer, please follow this checklist

┆Issue is synchronized with this Jira Task

@jaredsnyder jaredsnyder changed the title add newline Add tiles_monthly table Nov 14, 2024
@dataops-ci-bot

This comment has been minimized.

@dataops-ci-bot
Copy link

Integration report for "Merge branch 'main' into add_ob_tiles_monthly"

sql.diff

Click to expand!
Only in /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads: tiles_monthly
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/metadata.yaml	2024-11-14 17:41:18.000000000 +0000
@@ -0,0 +1,14 @@
+friendly_name: Tiles Monthly Forecast
+description: |-
+  Contains tiles inventory and revenue forecasts.
+
+  Generated in outerbounds with the moz-forecasting repo.
+owners:
+  - [email protected]
+workgroup_access:
+  - role: roles/bigquery.dataViewer
+    members:
+      - workgroup:ads
+  - role: roles/bigquery.dataEditor
+    members:
+      - workgroup:revenue/external-outerbounds-task-revenue
diff -bur --no-dereference --new-file /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml
--- /tmp/workspace/main-generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml	1970-01-01 00:00:00.000000000 +0000
+++ /tmp/workspace/generated-sql/sql/moz-fx-data-shared-prod/ads/tiles_monthly/schema.yaml	2024-11-14 17:41:18.000000000 +0000
@@ -0,0 +1,43 @@
+fields:
+- mode: NULLABLE
+  name: country_code
+  type: STRING
+- mode: NULLABLE
+  name: submission_month
+  type: DATETIME
+- mode: NULLABLE
+  name: direct_sales_included
+  type: BOOLEAN
+- mode: NULLABLE
+  name: device
+  type: STRING
+- mode: NULLABLE
+  name: placement
+  type: STRING
+- mode: NULLABLE
+  name: product
+  type: STRING
+- mode: NULLABLE
+  name: pricing_model
+  type: STRING
+- mode: NULLABLE
+  name: forecast_month
+  type: DATETIME
+- mode: NULLABLE
+  name: forecast_predicted_at
+  type: TIMESTAMP
+- mode: NULLABLE
+  name: position
+  type: INTEGER
+- mode: NULLABLE
+  name: impressions
+  type: FLOAT
+- mode: NULLABLE
+  name: clicks
+  type: FLOAT
+- mode: NULLABLE
+  name: revenue
+  type: FLOAT
+- mode: NULLABLE
+  name: CPM
+  type: FLOAT

Link to full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants